home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SunSoft Catalyst CDWARE 1996 May to August
/
Catalyst CDWARE 1996 May to August.iso
/
.products
/
IST
/
_install
/
install.sh
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-02-27
|
359b
|
18 lines
#! /bin/sh
#
# get installation directory
#
# currently company dir is manually placed-should change
COMPANY_DIR=$PRODUCT_DIR/IST
export COMPANY_DIR
#
# execute installation script
#
$OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Install Trial Software" -Wx large -Ww 78 -Wh 20 -Wp 210 210 $COMPANY_DIR/_install/SparcSolaris/install.sysedit
exit 0